Skip to content

Feat: Added Lesson 15 Employee and EmployeeManager Tests #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 40 commits into from

Conversation

A1-4U2T1NN
Copy link
Contributor

No description provided.

A1-4U2T1NN and others added 30 commits September 26, 2024 09:53
A1-4U2T1NN and others added 10 commits October 28, 2024 08:49
…ctions; added Arrange, Act, and Assert methods for 'testSetName' and 'testSetID' functions;
… test for getDetails; added appropriate import statements to EmployeeManagerTest; added @beforeeach set up for EmployeeManagerTest; added test for each EmployeeManager method; added throw assert to testRemoveEmployee checking for an IllegalArgumentException and corresponding message; fix: corrected naming convention for EmployeeTest tests;
@A1-4U2T1NN A1-4U2T1NN changed the title Chigazo Lesson 15 Employee and EmployeeManager Tests Feat: Added Lesson 15 Employee and EmployeeManager Tests Oct 31, 2024
Employee employee1 = new Employee(1, "Penny", "Sales", 65000.00);
// Act & Assert
employeeManager.addEmployee(employee1);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need an actual assertion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants